Skip to content
Failed

Console Output

Started by GitHub push by DMPardoCin
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave2 in /home/cecaduser/workspace/MP_202610_G81_E3_Back
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
 > git init /home/cecaduser/workspace/MP_202610_G81_E3_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c4fcaeff6fcdf709967d5d8f36df19fec3db5b16 (refs/remotes/origin/main)
Commit message: "Merge pull request #114 from UDFJDC-ModelosProgramacion/fix/BackIssues"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4fcaeff6fcdf709967d5d8f36df19fec3db5b16 # timeout=10
 > git rev-list --no-walk 41f675a8c4f20a5b179661af5ce05fc834bc907e # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] scmSkip
SCM Skip: Pattern .*\[ci-skip\].* NOT matched on message: fix: add missing id

[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision c4fcaeff6fcdf709967d5d8f36df19fec3db5b16 (refs/remotes/origin/main)
Commit message: "Merge pull request #114 from UDFJDC-ModelosProgramacion/fix/BackIssues"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202610_G81_E3_Back/.git # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4fcaeff6fcdf709967d5d8f36df19fec3db5b16 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main c4fcaeff6fcdf709967d5d8f36df19fec3db5b16 # timeout=10
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave2 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top da5b5bfe9b3666ed89386f78893eb056e8d1a8e3891b0d3f37bb669ae1274313 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ java -version
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
+ mvn clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.1:clean (default-clean) @ MP_202610_G81_E3_Back ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E3_Back ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E3_Back ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E3_Back ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 101 source files with javac [debug parameters release 21] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E3_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E3_Back ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 19 source files with javac [debug parameters release 21] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ MP_202610_G81_E3_Back ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterServiceTest
02:20:17.228 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterServiceTest]: AdopterServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
02:20:17.461 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:18.229Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Starting AdopterServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:18.231Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:19.442Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:19.591Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 131 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:20.348Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:20.463Z  INFO 92 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-19T02:20:20.532Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:21.094Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:21.150Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-19T02:20:21.644Z  INFO 92 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-19T02:20:21.647Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-19T02:20:21.693Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:21.729Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:23.804Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-19T02:20:23.942Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:24.587Z  INFO 92 --- [           main] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-19T02:20:27.423Z  INFO 92 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-19T02:20:27.507Z  INFO 92 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Started AdopterServiceTest in 9.752 seconds (process running for 11.988)
2026-05-19T02:20:27.511Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-19T02:20:27.690Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:20:27.799Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:20:27.806Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Refugios de prueba cargados correctamente.
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.53 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-19T02:20:28.422Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionControllerTest]: AdoptionControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:28.446Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionControllerTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:28.492Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Starting AdoptionControllerTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:28.493Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:29.388Z  INFO 92 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-19T02:20:29.389Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-19T02:20:29.393Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-19T02:20:29.423Z  INFO 92 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Started AdoptionControllerTest in 0.974 seconds (process running for 13.904)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-19T02:20:30.034Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.BackgroundTest]: BackgroundTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:30.064Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.BackgroundTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:30.154Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Starting BackgroundTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:30.154Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:30.337Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:30.377Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:30.417Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:30.477Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:917b160e-d148-4565-9a2c-10485683014d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:30.523Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:30.526Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:30.541Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:30.545Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:30.546Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1827a5bf']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:30.732Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:30.790Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:31.092Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Started BackgroundTest in 0.982 seconds (process running for 15.573)
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.150Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=?
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.175Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-19T02:20:31.176Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Termina proceso de actualización de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.195Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.214Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.232Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.254Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
2026-05-19T02:20:31.256Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Proceso de borrado terminado
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.275Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-19T02:20:31.275Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Termina proceso de actualización de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.294Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=?
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:31.313Z  INFO 92 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s -- in co.edu.udistrital.mdp.pets.services.BackgroundTest
[INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:31.370Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Starting FollowUpServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:31.371Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:31.486Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:31.515Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:31.540Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:31.563Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:974bb8ef-4646-4742-b88f-597128973a29;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:31.589Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:31.592Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:31.601Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:31.603Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:31.604Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@78ef1a93']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:31.739Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:31.815Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:32.177Z  INFO 92 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Started FollowUpServiceTest in 0.831 seconds (process running for 16.659)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-19T02:20:32.720Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest]: ShelterEventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:32.729Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:32.759Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Starting ShelterEventServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:32.759Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:32.890Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:32.917Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:32.942Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:32.961Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:10a82200-43fb-465e-94d9-f35cc09b51d3;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:32.987Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:32.989Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:32.998Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:32.999Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:33.000Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@aef3c1d']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:33.128Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:33.198Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:33.549Z  INFO 92 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Started ShelterEventServiceTest in 0.816 seconds (process running for 18.03)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:33.619Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:33.647Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:33.667Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:33.684Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 12
2026-05-19T02:20:33.685Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : End delete shelter event process with id: 12
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:33.702Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Starts update shelter event with id: 14
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
2026-05-19T02:20:33.706Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : End update shelter event with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:33.723Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterEventService   : Starts update shelter event with id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-19T02:20:33.733Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterControllerTest]: AdopterControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:33.736Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterControllerTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:33.769Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Starting AdopterControllerTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:33.769Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:33.949Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:33.973Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:34.091Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:34.093Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:34.101Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:34.102Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
2026-05-19T02:20:34.103Z  INFO 92 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-19T02:20:34.104Z  INFO 92 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
2026-05-19T02:20:34.104Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:34.105Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-2)']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:34.225Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-19T02:20:34.270Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:34.670Z  INFO 92 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-19T02:20:34.692Z  INFO 92 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-19T02:20:34.693Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-19T02:20:34.694Z  INFO 92 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-19T02:20:34.703Z  INFO 92 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Started AdopterControllerTest in 0.965 seconds (process running for 19.185)
2026-05-19T02:20:34.704Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-19T02:20:34.711Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:20:34.719Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:20:34.725Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Refugios de prueba cargados correctamente.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-19T02:20:34.932Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.NotificationServiceTest]: NotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:34.933Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-19T02:20:34.995Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetMediaFileTest]: PetMediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:35.002Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetMediaFileTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:35.023Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Starting PetMediaFileTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:35.023Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:35.100Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:35.123Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:35.140Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:35.152Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:a5206a8d-b1b9-4af3-99fc-82f48af71a2a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:35.171Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:35.173Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:35.184Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:35.185Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:35.186Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@133b7043']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:35.296Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:35.328Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:35.466Z  INFO 92 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Started PetMediaFileTest in 0.461 seconds (process running for 19.948)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:35.490Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:35.510Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:35.530Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-19T02:20:35.530Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Finaliza proceso de consulta
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:35.547Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-19T02:20:35.547Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Finaliza proceso de consulta
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:35.565Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:35.584Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
2026-05-19T02:20:35.585Z  INFO 92 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Termina proceso de asociacion de foto y mascota
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-19T02:20:35.591Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:35.593Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:35.683Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Starting MedicalEventTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:35.683Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:35.756Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:35.779Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:35.797Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:35.808Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:2afacfee-022b-4b88-b346-5576cb466e59;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:35.826Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:35.828Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:35.836Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:35.837Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:35.838Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@417c0ec8']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:35.953Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:35.981Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:36.116Z  INFO 92 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Started MedicalEventTest in 0.449 seconds (process running for 20.598)
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.129Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
2026-05-19T02:20:36.131Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Proceso de borrado terminado
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.143Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.153Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-19T02:20:36.153Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.163Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-19T02:20:36.164Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.175Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.187Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.197Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.208Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:20:36.218Z  INFO 92 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:36.250Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Starting ReturnPetServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:36.251Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:36.319Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:36.340Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:36.356Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:36.367Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:63d12383-f586-46d7-9936-ce2aa2d44e4f;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:36.385Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:36.386Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:36.394Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:36.395Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:36.396Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@54c81920']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:36.491Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:36.519Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:36.647Z  INFO 92 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Started ReturnPetServiceTest in 0.412 seconds (process running for 21.128)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:36.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:36.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:37.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:37.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:37.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:37.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:37.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:38.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:38.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:38.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:38.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:38.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:39.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:39.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:39.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:39.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:40.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:40.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:40.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:40.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:40.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:41.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:41.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:41.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:41.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:41.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:41.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:41.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:41.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:41.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:42.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:42.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:42.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:43.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:43.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:44.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:44.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:44.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:44.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:45.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:45.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:45.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:45.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:46.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:46.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:46.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:46.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:46.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:47.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:47.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:47.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:48.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:48.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:48.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:48.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:48.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:49.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.398Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:49.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:49.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.523Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.523Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.541Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,rpe1_0.adoption_id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:49.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:49.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:49.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.150Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.247Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.247Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.273Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.273Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:50.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.557Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.687Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.687Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.790Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.790Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.797Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.797Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.804Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.804Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.819Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.855Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.863Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.891Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.898Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.899Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.972Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.987Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.987Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:50.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:50.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.031Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.031Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.038Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.038Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.051Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.051Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.058Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.058Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.059Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.059Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.061Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.061Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.067Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.068Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.068Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.158Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.174Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.181Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.195Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:51.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:51.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.246Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.281Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.289Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.289Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.291Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.291Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.307Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.308Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.308Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.315Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.315Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.328Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.367Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.367Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.384Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.384Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.412Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.412Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.421Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.421Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.442Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.449Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.449Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.456Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.456Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.486Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.493Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.500Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.500Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.554Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.565Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.629Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.657Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.657Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.666Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.673Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.701Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.701Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.710Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.717Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.724Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.744Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.744Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.745Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.745Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.747Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.754Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.761Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.768Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.789Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.789Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.791Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.792Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.792Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.793Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.793Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.794Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.794Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.795Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.795Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.796Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.796Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.798Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.799Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.799Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.800Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.800Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.801Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.801Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.802Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.802Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.803Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.803Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.805Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.806Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.806Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.807Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.807Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.808Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.808Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.809Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.809Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.810Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.810Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.812Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.826Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.833Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.833Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.840Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.840Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.847Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.847Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.854Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.854Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.870Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.877Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.884Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.907Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.914Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:51.921Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.921Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.928Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.935Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.942Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.943Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.951Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.958Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.965Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:51.972Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.979Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.986Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.986Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.995Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:51.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:51.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:51.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.002Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.009Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.016Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.016Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.023Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.030Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.030Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.032Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.033Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.033Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.034Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.034Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.035Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.035Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.036Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.036Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.037Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.037Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.039Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.040Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.040Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.041Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.041Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.042Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.042Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.043Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.043Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.044Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.044Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.045Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.045Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.046Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.047Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.047Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.048Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.048Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.049Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.049Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.050Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.052Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.052Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.053Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.054Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.054Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.055Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.055Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.056Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.057Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.057Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.060Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.062Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.063Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.064Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.065Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.066Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.069Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.078Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.078Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.085Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.085Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.092Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.092Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.099Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.106Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.113Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.114Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.114Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.118Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.122Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.122Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.124Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.129Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.136Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.136Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.143Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.152Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.152Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.157Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.166Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.188Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.188Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.202Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.203Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.211Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.218Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.225Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.232Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.239Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.255Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.263Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.270Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.271Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.272Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.274Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.275Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.276Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.276Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.277Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.278Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.279Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.280Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.282Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.284Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.296Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.303Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.304Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.305Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.306Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.309Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.310Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.310Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.311Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.311Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.312Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.312Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.313Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.313Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.314Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.314Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.316Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.317Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.317Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.318Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.318Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.319Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.319Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.320Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.320Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.321Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.321Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.322Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.322Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.323Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.324Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.324Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.332Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.332Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.339Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.339Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.346Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.348Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.353Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.360Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.362Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.368Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.368Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.376Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.376Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.377Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.377Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.391Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.405Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.405Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.413Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.428Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.428Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.435Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.457Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.465Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.465Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.472Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.472Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.479Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.501Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.509Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.509Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.516Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.516Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:52.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.530Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.534Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.535Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.536Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.537Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.538Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.539Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.539Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.540Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.545Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.552Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.553Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.554Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.555Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.556Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.558Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.559Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.560Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.561Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.561Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.562Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.563Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.564Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.566Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.567Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.568Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.569Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.577Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.605Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.613Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.622Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:52.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.41 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-05-19T02:20:52.635Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionServiceTest]: AdoptionServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:52.641Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:52.681Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Starting AdoptionServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:52.681Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:52.750Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:52.769Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:52.783Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:52.793Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:588f9add-e1b1-4be9-9b75-cd6f1b46ef71;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:52.809Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:52.811Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:52.818Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:52.820Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:52.820Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1d373764']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:52.917Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:52.941Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:53.061Z  INFO 92 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Started AdoptionServiceTest in 0.418 seconds (process running for 37.543)
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.070Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.071Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.071Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.072Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.073Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.074Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.075Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.076Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.076Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.077Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.079Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.080Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.080Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.081Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.081Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.082Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.082Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.083Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.083Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.084Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.084Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.086Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.087Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.087Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.088Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.088Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.089Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.089Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.090Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.090Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.091Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.091Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.093Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.094Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.094Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.095Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.095Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.096Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.096Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.097Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.097Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.098Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.098Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.100Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.101Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.101Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.102Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.102Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.103Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.103Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.104Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.104Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.105Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.105Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.107Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.108Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.108Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.109Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.109Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.110Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.110Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.111Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.111Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.112Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.112Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.115Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.116Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.117Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.118Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.119Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.120Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.121Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.123Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.124Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.125Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.126Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.126Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.127Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.127Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.128Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.128Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.130Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.131Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.131Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.132Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.132Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.133Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.133Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.134Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.134Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.135Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.135Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.137Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.138Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.138Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.139Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.139Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.140Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.140Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.141Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.141Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.142Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.142Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.144Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.145Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.145Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.146Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.146Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.147Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.147Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.148Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.148Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.149Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.149Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.151Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.153Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.154Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.154Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.155Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.155Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.156Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.156Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.159Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.160Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.160Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.161Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.162Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.163Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.164Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.165Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.167Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.167Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.168Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.169Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.169Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.170Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.170Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.171Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.171Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.172Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.172Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.173Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.173Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.174Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.175Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.176Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.176Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.177Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.177Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.178Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.178Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.179Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.179Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.180Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.180Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.182Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.183Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.183Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.184Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.184Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.185Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.185Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.186Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.186Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.187Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.187Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.189Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.190Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.190Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.191Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.191Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.192Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.192Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.193Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.193Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.194Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.194Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.196Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.197Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.197Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.198Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.198Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.199Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.199Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.200Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.200Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.201Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.201Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.204Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.205Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.206Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.207Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.207Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.208Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.209Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.210Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.212Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.213Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.213Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.214Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.214Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.215Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.215Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.216Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.216Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.217Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.217Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.219Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.220Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.220Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.221Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.221Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.222Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.222Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.223Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.223Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.224Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.224Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.226Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.227Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.227Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.228Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.228Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.229Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.229Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.230Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.230Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.231Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.231Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.233Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.234Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.234Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.235Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.235Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.236Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.236Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.237Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.237Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.238Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.238Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.240Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.241Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.241Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.242Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.242Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.243Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.243Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.244Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.244Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.245Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.245Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.248Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.249Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.249Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.250Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.251Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.252Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.253Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.254Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.256Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.256Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.257Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.258Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.258Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.259Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.259Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.260Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.260Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.261Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.261Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.262Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.262Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.263Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.264Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.265Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.265Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.266Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.266Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.267Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.267Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.268Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.268Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.269Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.269Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.283Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.284Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.285Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.285Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.286Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.286Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.287Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.287Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.288Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.288Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.290Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.292Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.292Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.293Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.294Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.294Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.295Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.295Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.297Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.298Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.298Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.299Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.299Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.300Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.300Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.301Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.301Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.302Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.302Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=?
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.325Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.326Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.327Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.328Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.329Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.330Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.331Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.333Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.334Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.334Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.335Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.335Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.336Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.336Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.337Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.337Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.338Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.338Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.340Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.341Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.341Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.342Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.342Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.343Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.343Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.344Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.344Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.345Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.345Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.347Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.349Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.350Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.350Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.351Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.351Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.352Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.352Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.354Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.355Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.355Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.356Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.356Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.357Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.357Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.358Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.358Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.359Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.359Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.361Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.362Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.363Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.363Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.364Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.364Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.365Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.365Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.366Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.366Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.369Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.370Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.370Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.371Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.372Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.373Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.374Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.375Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.378Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.379Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.379Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.380Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.380Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.381Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.381Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.382Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.382Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.383Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.383Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.385Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.386Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.386Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.387Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.387Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.388Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.388Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.389Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.389Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.390Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.390Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.392Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.393Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.393Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.394Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.394Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.395Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.395Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.396Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.396Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.397Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.397Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.399Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.400Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.400Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.401Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.401Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.402Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.402Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.403Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.403Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.404Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.404Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.406Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.407Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.407Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.408Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.408Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.409Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.409Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.410Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.410Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.411Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.411Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.414Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.415Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.416Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.417Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.418Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.418Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.419Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.420Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.422Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.423Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.423Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.424Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.424Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.425Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.425Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.426Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.426Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.427Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.427Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.429Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.430Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.430Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.431Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.431Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.432Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.432Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.433Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.433Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.434Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.434Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.436Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.437Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.437Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.438Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.438Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.439Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.439Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.440Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.440Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.441Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.441Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.443Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.444Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.444Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.445Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.445Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.446Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.446Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.447Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.447Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.448Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.448Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.450Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.451Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.451Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.452Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.452Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.453Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.453Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.454Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.454Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.455Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.455Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.458Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.459Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.460Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.461Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.462Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.462Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.463Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.464Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.466Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.467Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.467Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.468Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.468Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.469Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.469Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.470Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.470Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.471Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.471Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.473Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.474Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.474Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.475Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.475Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.476Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.476Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.477Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.477Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.478Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.478Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.480Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.481Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.481Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.482Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.482Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.483Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.483Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.484Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.484Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.485Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.485Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.487Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.488Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.488Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.489Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.489Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.490Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.490Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.491Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.491Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.492Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.492Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.494Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.495Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.495Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.496Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.496Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.497Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.497Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.498Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.498Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.499Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.499Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.502Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.503Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.504Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.505Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.505Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.506Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.507Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.508Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.510Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.511Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.511Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.512Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.512Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.513Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.513Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.514Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.514Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.515Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.515Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.517Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.518Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.518Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.519Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.519Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.520Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.520Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.521Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.521Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.522Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.522Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.524Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.525Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.525Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.526Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.526Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.527Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.527Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.528Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.528Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.529Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.529Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.531Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.532Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.532Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.533Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.533Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.542Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.542Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.543Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.543Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.544Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.544Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.546Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.547Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.547Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.548Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.548Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.549Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.549Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.550Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.550Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.551Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.551Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=?
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.570Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.571Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.571Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.572Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.573Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.574Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.575Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.576Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.578Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.578Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.579Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.580Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.580Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.581Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.581Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.582Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.582Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.583Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.583Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.584Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.584Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.585Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.585Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.586Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.587Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.587Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.588Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.588Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.589Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.589Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.590Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.590Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.591Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.591Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.592Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.592Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.593Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.594Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.594Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.595Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.595Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.596Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.596Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.597Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.597Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.598Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.598Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.599Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.599Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.600Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.601Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.601Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.602Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.602Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.603Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.603Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.604Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.606Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.607Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.607Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.608Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.608Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.609Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.609Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.610Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.610Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.611Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.612Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.614Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.615Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.615Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.616Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.617Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.618Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.619Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.620Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.620Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.621Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.623Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.624Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.624Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.625Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.625Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.626Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.626Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.627Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.627Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.628Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.628Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.630Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.631Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.631Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.632Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.632Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.633Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.633Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.634Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.634Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.635Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.635Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.636Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.636Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.637Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.638Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.638Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.639Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.639Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.640Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.640Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.641Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.641Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.642Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.642Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.643Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.643Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.644Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.645Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.645Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.646Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.646Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.647Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.647Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.648Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.648Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.649Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.649Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.650Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.650Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.651Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.652Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.652Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.653Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.653Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.654Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.654Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.655Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.655Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.656Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.656Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.658Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.658Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.659Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.660Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.661Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.662Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.663Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.664Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.664Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.665Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.667Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.668Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.668Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.669Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.669Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.670Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.670Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.671Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.671Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.672Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.672Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.674Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.675Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.675Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.676Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.676Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.677Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.677Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.678Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.678Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.679Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.679Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.680Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.680Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.681Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.682Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.682Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.683Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.683Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.684Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.684Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.685Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.685Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.686Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.686Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.688Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.689Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.689Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.690Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.690Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.691Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.691Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.692Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.692Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.693Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.693Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.694Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.694Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.695Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.696Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.696Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.697Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.697Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.698Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.698Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.699Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.699Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.700Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.700Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.702Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.702Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.703Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.704Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.705Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.706Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.707Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.708Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.708Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.709Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.711Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.712Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.712Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.713Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.713Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.714Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.714Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.715Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.715Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.716Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.716Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.718Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.719Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.719Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.720Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.720Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.721Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.721Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.722Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.722Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.723Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.723Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.725Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.726Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.726Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.727Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.727Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.728Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.728Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.729Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.729Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.730Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.730Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.731Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.731Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.732Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.733Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.733Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.734Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.734Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.735Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.735Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.736Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.736Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.737Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.737Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.738Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.738Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.739Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.740Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.740Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.741Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.741Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.742Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.742Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.743Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.746Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.748Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.749Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.750Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.751Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.752Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.753Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.753Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.755Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.756Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.756Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.757Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.757Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.758Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.758Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.759Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.759Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.760Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.760Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.762Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.763Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.763Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.764Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.764Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.765Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.765Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.766Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.766Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.767Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.767Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.769Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.770Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.770Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.771Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.771Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.772Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.772Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.773Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.773Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.774Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.774Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.775Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.775Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.776Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.777Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.777Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.778Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.778Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.779Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.779Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.780Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.780Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.781Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.781Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.782Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.782Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.783Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.784Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.784Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.785Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.785Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.786Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.786Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.787Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.787Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.788Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.788Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=?
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.811Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.813Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.814Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.815Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.816Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.817Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.817Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.818Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.820Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.821Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.821Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.822Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.822Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.823Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.823Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.824Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.824Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.825Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.825Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.827Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.828Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.828Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.829Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.829Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.830Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.830Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.831Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.831Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.832Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.832Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.834Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.835Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.835Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.836Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.836Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.837Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.837Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.838Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.838Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.839Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.839Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.841Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.842Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.842Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.843Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.843Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.844Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.844Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.845Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.845Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.846Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.846Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.848Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.849Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.849Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.850Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.850Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.851Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.851Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.852Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.852Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.853Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.853Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.856Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.857Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.858Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.859Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.860Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.860Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.861Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.862Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.864Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.865Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.865Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.866Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.866Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.867Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.867Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.868Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.868Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.869Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.869Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.871Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.872Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.872Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.873Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.873Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.874Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.874Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.875Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.875Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.876Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.876Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.878Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.879Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.879Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.880Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.880Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.881Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.881Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.882Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.882Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.883Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.883Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.885Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.886Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.886Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.887Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.887Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.888Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.888Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.889Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.889Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.890Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.890Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.892Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.893Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.893Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.894Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.894Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.895Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.895Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.896Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.896Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.897Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.897Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.900Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.901Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.902Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.903Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.903Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.904Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.905Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.906Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.908Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.909Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.909Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.910Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.910Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.911Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.911Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.912Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.912Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.913Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.913Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.915Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.916Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.916Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.917Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.917Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.918Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.918Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.919Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.919Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.920Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.920Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.922Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.923Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.923Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.924Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.924Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.925Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.925Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.926Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.926Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.927Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.927Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.929Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.930Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.930Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.931Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.931Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.932Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.932Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.933Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.933Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.934Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.934Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.936Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.937Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.937Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.938Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.938Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.939Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.939Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.940Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.940Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.941Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.941Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.944Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.945Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.946Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.947Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.947Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.948Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.949Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.950Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.952Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.953Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.953Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.954Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.954Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.955Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.955Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.956Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.956Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.957Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.957Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.959Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.960Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.960Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.961Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.961Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.962Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.962Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.963Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.963Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.964Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.964Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.966Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.967Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.967Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.968Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.968Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.969Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.969Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.970Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.970Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.971Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.971Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.973Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.974Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.974Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.975Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.975Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.976Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.976Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.977Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.977Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.978Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.978Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.980Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.981Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.981Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.982Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.982Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.983Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.983Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.984Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.984Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.985Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.985Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.988Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.989Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.990Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.991Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.991Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.992Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.993Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.994Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.996Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.997Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.997Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.998Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.998Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:53.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:53.999Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:53.999Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.000Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.000Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.001Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.001Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.003Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.004Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.004Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.005Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.005Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.006Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.006Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.007Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.007Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.008Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.008Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.010Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.011Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.011Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.012Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.012Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.013Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.013Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.014Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.014Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.015Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.015Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.017Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.018Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.018Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.019Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.019Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.020Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.020Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.021Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.021Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.022Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.022Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.024Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.025Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.025Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.026Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.026Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.027Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.027Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.028Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.028Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:20:54.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:20:54.029Z  WARN 92 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:20:54.029Z  WARN 92 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,ae1_0.adopter_id,ae1_0.adoption_date,ae1_0.follow_up_id,ae1_0.pet_id,ae1_0.return_pet_id,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0
Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=?
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.412 s -- in co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:54.081Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Starting ShelterServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:54.081Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:54.169Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:54.186Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:54.197Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:54.206Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:5f49fd2d-4001-494b-a87c-68577bcb6604;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:54.222Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:54.223Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:54.230Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:54.231Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:54.231Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1bddd143']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:54.315Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:54.338Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:54.445Z  INFO 92 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Started ShelterServiceTest in 0.387 seconds (process running for 38.926)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.459Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 2
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.472Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 999
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.482Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 8
2026-05-19T02:20:54.482Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : End delete shelter process with id: 8
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.491Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.505Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 14
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
2026-05-19T02:20:54.510Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : End update shelter with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.519Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.530Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 20
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.539Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 999
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.548Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:20:54.562Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 30
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-05-19T02:20:54.571Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetServiceTest]: PetServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:54.576Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:54.592Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Starting PetServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:54.592Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:54.648Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:54.666Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:54.678Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:54.686Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:e2e8fc78-2ca6-4e1c-9a9a-ab9b56498958;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:54.700Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:54.702Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:54.708Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:54.709Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:54.710Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@253006c0']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:54.793Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:54.815Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:54.919Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Started PetServiceTest in 0.341 seconds (process running for 39.4)
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-05-19T02:20:54.934Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MediaFileTest]: MediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:54.939Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MediaFileTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:54.953Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Starting MediaFileTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:54.953Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:55.006Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:55.024Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:55.035Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:55.045Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:7e12c713-91f8-49ba-9688-dd837281ec09;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:55.059Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:55.060Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:55.066Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:55.067Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:55.068Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@422fb492']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:55.148Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:55.169Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:55.268Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Started MediaFileTest in 0.327 seconds (process running for 39.749)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.277Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
2026-05-19T02:20:55.278Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Proceso de borrado terminado
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.285Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-19T02:20:55.285Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Termina proceso de actualización de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.292Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.298Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-19T02:20:55.299Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Termina proceso de actualización de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.306Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-19T02:20:55.306Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Termina proceso de actualización de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.312Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.319Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.327Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.334Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:20:55.341Z  INFO 92 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.410 s -- in co.edu.udistrital.mdp.pets.services.MediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:55.364Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Starting VeterinaryServiceTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:55.364Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:55.417Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:55.435Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:55.446Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:55.455Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:b91e9f35-9102-405e-b1ea-1ba97529464c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:55.468Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:55.470Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:55.478Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:55.479Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:55.479Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6df9b29']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:55.554Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:55.574Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:55.669Z  INFO 92 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Started VeterinaryServiceTest in 0.317 seconds (process running for 40.15)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-05-19T02:20:55.862Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MessageTest]: MessageTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:55.869Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MessageTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:55.889Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Starting MessageTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:55.889Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:55.945Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:55.962Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:55.972Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:55.980Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:b5cb99a5-9f10-4780-89f0-e322a0126257;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:55.993Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:55.995Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:56.001Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:56.002Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:56.002Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@2f54c9f1']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:56.076Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:56.097Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:56.218Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Started MessageTest in 0.346 seconds (process running for 40.7)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:20:56.230Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message creation...
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:20:56.241Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 5
2026-05-19T02:20:56.242Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : End update message with the id: 5
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:20:56.250Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 999
Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=?
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:20:56.259Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 12
2026-05-19T02:20:56.259Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : End delete message process with id: 12
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:20:56.267Z  INFO 92 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 999
Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=?
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-05-19T02:20:56.272Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.VaccinationRecordTest]: VaccinationRecordTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:56.277Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.VaccinationRecordTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:56.290Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Starting VaccinationRecordTest using Java 21.0.4 with PID 92 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:56.290Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:20:56.341Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:20:56.358Z  INFO 92 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 16 JPA repository interfaces.
2026-05-19T02:20:56.368Z  INFO 92 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:20:56.376Z  INFO 92 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c7a2ee28-c93b-492f-a795-3741cb097bac;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:20:56.389Z  INFO 92 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:20:56.390Z  INFO 92 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:20:56.396Z  INFO 92 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:20:56.397Z  WARN 92 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:20:56.398Z  INFO 92 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@b17d9c1']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:20:56.470Z  INFO 92 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:20:56.489Z  INFO 92 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:20:56.581Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Started VaccinationRecordTest in 0.302 seconds (process running for 41.062)
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.592Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=?
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.603Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
2026-05-19T02:20:56.603Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Proceso de borrado terminado
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.613Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.623Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.632Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=?
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.642Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.652Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-19T02:20:56.653Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Termina proceso de actualización del registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.662Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.670Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-19T02:20:56.670Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Termina proceso de actualización del registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:20:56.680Z  INFO 92 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.410 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-05-19T02:20:56.686Z  INFO 92 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientControllerTest]: ClientControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:20:56.688Z  INFO 92 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientControllerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in co.edu.udistrital.mdp.pets.services.ClientControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ MP_202610_G81_E3_Back ---
[INFO] Building jar: /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot:3.5.10:repackage (repackage) @ MP_202610_G81_E3_Back ---
[INFO] Replacing main artifact /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:report (jacoco-site) @ MP_202610_G81_E3_Back ---
[INFO] Loading execution data file /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/jacoco.exec
[INFO] Analyzed bundle 'MP_202610_G81_E3_Back' with 66 classes
[INFO] 
[INFO] --- spring-boot:3.5.10:start (pre-integration-test) @ MP_202610_G81_E3_Back ---
[INFO] Attaching agents: []

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:20:59.650Z  INFO 216 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : Starting MainApplication using Java 21.0.4 with PID 216 (/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:20:59.653Z  INFO 216 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : The following 1 profile is active: "integration-tests"
2026-05-19T02:21:00.439Z  INFO 216 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:00.548Z  INFO 216 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 98 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:01.091Z  INFO 216 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8999 (http)
2026-05-19T02:21:01.105Z  INFO 216 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-05-19T02:21:01.105Z  INFO 216 --- [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.50]
2026-05-19T02:21:01.150Z  INFO 216 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring embedded WebApplicationContext
2026-05-19T02:21:01.150Z  INFO 216 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1454 ms
2026-05-19T02:21:01.327Z  INFO 216 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:01.371Z  INFO 216 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-19T02:21:01.402Z  INFO 216 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:01.688Z  INFO 216 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:01.716Z  INFO 216 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-19T02:21:01.892Z  INFO 216 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-19T02:21:01.894Z  INFO 216 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-19T02:21:01.917Z  WARN 216 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:01.945Z  INFO 216 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:03.036Z  INFO 216 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-19T02:21:03.127Z  INFO 216 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:03.563Z  INFO 216 --- [           main] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-19T02:21:05.453Z  INFO 216 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-19T02:21:05.524Z  INFO 216 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 8999 (http) with context path '/api'
2026-05-19T02:21:05.533Z  INFO 216 --- [           main] c.e.udistrital.mdp.pets.MainApplication  : Started MainApplication in 6.343 seconds (process running for 6.983)
2026-05-19T02:21:05.536Z  INFO 216 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-19T02:21:05.632Z  INFO 216 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:21:05.698Z  INFO 216 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:21:05.704Z  INFO 216 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Refugios de prueba cargados correctamente.
[INFO] 
[INFO] --- exec:1.6.0:exec (combine-collection) @ MP_202610_G81_E3_Back ---
Collection 'Default Tests' was successfully added.
Collection 'FollowUp-Veterinary-ReturnPet-VetVisit' was successfully added.
Collection 'MedicalEventPetTest' was successfully added.
Collection 'Pet Adoption API' was successfully added.
Collection 'PetTest' was successfully added.
Collection 'VaccinationRecordPetTest' was successfully added.
Combined collection is saved to 'it/composed.collection.json'
[INFO] 
[INFO] --- spring-boot:3.5.10:stop (post-integration-test) @ MP_202610_G81_E3_Back ---
[INFO] Stopping application...
2026-05-19T02:21:06.275Z  INFO 216 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2026-05-19T02:21:06.278Z  INFO 216 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown        : Commencing graceful shutdown. Waiting for active requests to complete
2026-05-19T02:21:06.283Z  INFO 216 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown        : Graceful shutdown complete
2026-05-19T02:21:06.288Z  INFO 216 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:06.301Z  INFO 216 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2026-05-19T02:21:06.304Z  INFO 216 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
[INFO] 
[INFO] --- install:3.1.4:install (default-install) @ MP_202610_G81_E3_Back ---
[INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E3_Back/pom.xml to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E3_Back/0.0.1-SNAPSHOT/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E3_Back/0.0.1-SNAPSHOT/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  57.067 s
[INFO] Finished at: 2026-05-19T02:21:06Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 da5b5bfe9b3666ed89386f78893eb056e8d1a8e3891b0d3f37bb669ae1274313
$ docker rm -f --volumes da5b5bfe9b3666ed89386f78893eb056e8d1a8e3891b0d3f37bb669ae1274313
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Testing)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave2 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top ca088dbd46a7b195c370dd7281664c942e05a84a845aa6bc0254a97ea1d47267 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ mvn test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E3_Back ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E3_Back ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E3_Back ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E3_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E3_Back ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ MP_202610_G81_E3_Back ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterServiceTest
02:21:13.467 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterServiceTest]: AdopterServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
02:21:13.689 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:14.477Z  INFO 71 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Starting AdopterServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:14.479Z  INFO 71 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:15.601Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:15.738Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 121 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:16.519Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:16.622Z  INFO 71 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-19T02:21:16.682Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:17.226Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:17.284Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-05-19T02:21:17.802Z  INFO 71 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-19T02:21:17.805Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-05-19T02:21:17.848Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:17.898Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:19.898Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-19T02:21:20.048Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:20.677Z  INFO 71 --- [           main] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-19T02:21:23.508Z  INFO 71 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-19T02:21:23.587Z  INFO 71 --- [           main] c.e.u.m.p.services.AdopterServiceTest    : Started AdopterServiceTest in 9.603 seconds (process running for 11.708)
2026-05-19T02:21:23.591Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-19T02:21:23.767Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:21:23.875Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:21:23.882Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Refugios de prueba cargados correctamente.
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.34 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-19T02:21:24.478Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionControllerTest]: AdoptionControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:24.497Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionControllerTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:24.540Z  INFO 71 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Starting AdoptionControllerTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:24.541Z  INFO 71 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:25.503Z  INFO 71 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-19T02:21:25.504Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-19T02:21:25.508Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-19T02:21:25.539Z  INFO 71 --- [           main] c.e.u.m.p.s.AdoptionControllerTest       : Started AdoptionControllerTest in 1.039 seconds (process running for 13.66)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-19T02:21:26.194Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.BackgroundTest]: BackgroundTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:26.230Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.BackgroundTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:26.314Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Starting BackgroundTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:26.315Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:26.489Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:26.529Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 38 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:26.568Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:26.612Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c97e0c06-2ca5-416f-b7a9-dd310f9e2bf4;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:26.655Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:26.658Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:26.672Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:26.675Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:26.676Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5126de28']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:26.864Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:26.922Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:27.246Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.BackgroundTest   : Started BackgroundTest in 0.977 seconds (process running for 15.368)
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.311Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=?
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.336Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-19T02:21:27.336Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Termina proceso de actualización de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.357Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.376Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.394Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.411Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : inicia proceso de borrar antecedente
2026-05-19T02:21:27.413Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Proceso de borrado terminado
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.434Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
2026-05-19T02:21:27.434Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Termina proceso de actualización de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.453Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de actualización de antecedente
Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=?
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:27.472Z  INFO 71 --- [           main] c.e.u.m.pets.services.BackgroundService  : Inicia proceso de creacion de antecedente
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s -- in co.edu.udistrital.mdp.pets.services.BackgroundTest
[INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:27.536Z  INFO 71 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Starting FollowUpServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:27.536Z  INFO 71 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:27.643Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:27.673Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:27.699Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:27.718Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:572fd488-3bcf-42a4-aa64-4ba22750e18c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:27.746Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:27.749Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:27.758Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:27.761Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:27.761Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3b106e8b']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:27.902Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:27.948Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:28.287Z  INFO 71 --- [           main] c.e.u.m.p.services.FollowUpServiceTest   : Started FollowUpServiceTest in 0.784 seconds (process running for 16.408)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-19T02:21:28.640Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest]: ShelterEventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:28.657Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:28.690Z  INFO 71 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Starting ShelterEventServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:28.691Z  INFO 71 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:28.800Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:28.832Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:28.858Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:28.876Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d2bcd880-5864-4ba9-88e8-2024d282322f;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:28.904Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:28.906Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:28.917Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:28.919Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:28.919Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@77ae0a38']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:29.060Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:29.102Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:29.323Z  INFO 71 --- [           main] c.e.u.m.p.s.ShelterEventServiceTest      : Started ShelterEventServiceTest in 0.66 seconds (process running for 17.444)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:29.347Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:29.373Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:29.395Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:29.415Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Start shelter event delete with the id: 12
2026-05-19T02:21:29.417Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : End delete shelter event process with id: 12
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:29.435Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Starts update shelter event with id: 14
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
2026-05-19T02:21:29.440Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : End update shelter event with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:29.458Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterEventService   : Starts update shelter event with id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-19T02:21:29.467Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterControllerTest]: AdopterControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:29.470Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterControllerTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:29.494Z  INFO 71 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Starting AdopterControllerTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:29.494Z  INFO 71 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:29.682Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:29.708Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:29.832Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:29.834Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:29.843Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:29.844Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
2026-05-19T02:21:29.845Z  INFO 71 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-19T02:21:29.845Z  INFO 71 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
2026-05-19T02:21:29.846Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:29.846Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-2)']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:29.960Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-19T02:21:30.001Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:30.343Z  INFO 71 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-19T02:21:30.364Z  INFO 71 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-19T02:21:30.364Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-05-19T02:21:30.365Z  INFO 71 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2026-05-19T02:21:30.376Z  INFO 71 --- [           main] c.e.u.m.p.s.AdopterControllerTest        : Started AdopterControllerTest in 0.903 seconds (process running for 18.497)
2026-05-19T02:21:30.377Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Fetching all shelters
2026-05-19T02:21:30.382Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:21:30.389Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
2026-05-19T02:21:30.393Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Refugios de prueba cargados correctamente.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-19T02:21:30.596Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.NotificationServiceTest]: NotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:30.598Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-19T02:21:30.658Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetMediaFileTest]: PetMediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:30.665Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetMediaFileTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:30.688Z  INFO 71 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Starting PetMediaFileTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:30.688Z  INFO 71 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:30.768Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:30.791Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:30.808Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:30.821Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:3e5c2294-661f-4718-bec3-e4e61be6e2ea;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:30.841Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:30.842Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:30.852Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:30.854Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:30.854Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@a38cb5f']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:30.960Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:30.990Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:31.134Z  INFO 71 --- [           main] c.e.u.m.pets.services.PetMediaFileTest   : Started PetMediaFileTest in 0.467 seconds (process running for 19.256)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:31.158Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:31.178Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:31.198Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-19T02:21:31.198Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Finaliza proceso de consulta
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:31.215Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de consulta de fotos
2026-05-19T02:21:31.216Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Finaliza proceso de consulta
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:31.235Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:31.255Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Iniciando proceso de asociacion de evento medico con mascota
2026-05-19T02:21:31.255Z  INFO 71 --- [           main] c.e.u.m.p.services.PetMediaFileService   : Termina proceso de asociacion de foto y mascota
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-19T02:21:31.262Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:31.264Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:31.356Z  INFO 71 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Starting MedicalEventTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:31.356Z  INFO 71 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:31.430Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:31.453Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:31.470Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:31.483Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:df0256be-cd0a-4d69-b8b3-bc7277f87bb0;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:31.502Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:31.503Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:31.511Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:31.513Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:31.513Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3688a9cf']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:31.660Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:31.691Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:31.958Z  INFO 71 --- [           main] c.e.u.m.pets.services.MedicalEventTest   : Started MedicalEventTest in 0.618 seconds (process running for 20.079)
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:31.970Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
2026-05-19T02:21:31.977Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Proceso de borrado terminado
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:31.988Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:31.999Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-19T02:21:31.999Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:32.049Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
2026-05-19T02:21:32.050Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:32.061Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Inicia proceso de eliminacion de evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:32.072Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:32.082Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:32.092Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando proceso de actuaclizacion del evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-19T02:21:32.104Z  INFO 71 --- [           main] c.e.u.m.p.services.MedicalEventService   : Iniciando creacion de evento medico
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:32.143Z  INFO 71 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Starting ReturnPetServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:32.143Z  INFO 71 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:32.236Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:32.267Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:32.283Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:32.295Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:873b8db0-3aaa-4816-b230-d9ba0ff9de2f;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:32.313Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:32.315Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:32.323Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:32.324Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:32.325Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1f09deae']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:32.420Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:32.459Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:32.628Z  INFO 71 --- [           main] c.e.u.m.p.services.ReturnPetServiceTest  : Started ReturnPetServiceTest in 0.51 seconds (process running for 20.749)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:32.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:32.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:32.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:33.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:33.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:33.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:33.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:34.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:34.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:34.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:34.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:35.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:35.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:35.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:35.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:35.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:35.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:36.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:36.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:37.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:37.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:37.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:37.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:37.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:37.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:38.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:38.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:38.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:39.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:39.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:40.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:40.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:40.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:40.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:40.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:41.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:41.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:41.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:41.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:41.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:41.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:41.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:42.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:42.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:42.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:42.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:42.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:42.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:42.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:43.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:43.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:43.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.421Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.421Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.805Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.805Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:44.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.947Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:44.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:44.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,rpe1_0.adoption_id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:45.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.698Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.698Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.700Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.700Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.752Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.753Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.753Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.754Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.754Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.806Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:45.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:45.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:45.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.039Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.039Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.091Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.091Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.352Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:46.369Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.369Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.465Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.467Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.601Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.645Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:46.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.676Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:46.762Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.762Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.809Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.809Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.815Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.847Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.847Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.857Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:46.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:46.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:46.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.000Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.007Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:47.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:47.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.048Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.099Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.101Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.142Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.142Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.187Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.242Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.242Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.249Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.249Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.263Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.322Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.331Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.474Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.491Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.498Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.505Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.564Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.594Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.608Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.617Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.624Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.631Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.638Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.652Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.653Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.676Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.744Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.756Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.763Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.814Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.815Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.822Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.829Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.836Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.843Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.843Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.846Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.846Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.848Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.849Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.849Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.850Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.850Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.851Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.851Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.852Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.852Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.857Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.858Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.866Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.868Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.868Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.873Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.875Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.875Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.880Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.882Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.882Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.888Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.888Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.895Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.895Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.902Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.903Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.911Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.911Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.918Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.918Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.920Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.920Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.925Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.926Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.926Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.933Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.940Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.940Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.948Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.956Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.956Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.958Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.958Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.962Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.962Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.964Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.966Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.966Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.972Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.972Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.979Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.979Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.986Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.986Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:47.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.993Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.994Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.995Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.996Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.997Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.998Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.998Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:47.999Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.001Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.002Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.002Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.003Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.003Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.004Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.004Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.005Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.005Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.006Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.006Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.008Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.009Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.009Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.011Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.011Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.016Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.018Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.018Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.025Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.025Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.032Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.032Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.046Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.053Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.054Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.063Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.070Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.077Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.084Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.093Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.098Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.101Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.102Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.103Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.104Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.105Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.106Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.106Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.113Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.121Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.128Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.135Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.149Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.150Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.158Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.158Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.162Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.162Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.166Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.166Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.173Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.173Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.180Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.180Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.194Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.195Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.203Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.203Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.210Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.210Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.232Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.239Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.240Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.241Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.243Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.244Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.244Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.245Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.245Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.246Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.246Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.247Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.247Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.248Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.248Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.250Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.251Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.251Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.252Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.252Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.261Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.261Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.276Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.276Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.283Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.290Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.290Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.292Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.292Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.297Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.297Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.298Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.298Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.304Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.307Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.307Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.314Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.314Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.326Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.327Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.328Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.329Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.329Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.330Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.332Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.333Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.333Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.337Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.337Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.339Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.353Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.361Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.361Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.362Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.362Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.376Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.383Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.390Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.397Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.398Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.398Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.406Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:48.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.428Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.435Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.442Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.443Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.451Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.458Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.460Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.460Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.472Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.472Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-19T02:21:48.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.479Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.481Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.481Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.486Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.486Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.487Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.487Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.488Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.488Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.489Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.489Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.490Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.490Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.492Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.493Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.493Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.494Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.494Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.495Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.495Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.496Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.496Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.497Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.497Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.499Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.500Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.500Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.501Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.501Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.502Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.502Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.503Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.503Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.504Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.504Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.506Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.507Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.507Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.508Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.508Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.509Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.509Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.518Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.518Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.525Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.532Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.534Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.534Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.539Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.541Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.541Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.546Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.546Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.554Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.555Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.555Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.562Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.572Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.572Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.579Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.579Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.586Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.586Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.590Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.590Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.591Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.591Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.592Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.592Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.593Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.593Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.595Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.596Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.596Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.597Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.597Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.609Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.609Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.633Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.633Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.640Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.640Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.647Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.647Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.662Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.669Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.683Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.683Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.690Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.690Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.692Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:48.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.697Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.697Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.707Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.714Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.721Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.728Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.728Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.735Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.737Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.742Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.743Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.745Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.746Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.747Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.747Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.748Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.749Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.750Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.751Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.755Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.757Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.758Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.759Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.760Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.770Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.777Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.784Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.791Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.798Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:48.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.70 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-05-19T02:21:48.815Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionServiceTest]: AdoptionServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:48.822Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:48.856Z  INFO 71 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Starting AdoptionServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:48.857Z  INFO 71 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:48.927Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:48.947Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:48.961Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:48.971Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:917a64a5-c84d-410c-a12d-2f342aae6f3d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:48.987Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:48.989Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:48.996Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:48.998Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:48.998Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@700359ec']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:49.097Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:49.123Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:49.244Z  INFO 71 --- [           main] c.e.u.m.p.services.AdoptionServiceTest   : Started AdoptionServiceTest in 0.42 seconds (process running for 37.365)
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.253Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.254Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.254Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.255Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.256Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.257Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.258Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.258Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.259Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.260Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.262Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.263Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.264Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.264Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.265Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.265Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.266Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.266Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.267Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.267Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.268Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.268Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.269Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.269Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.270Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.271Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.271Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.272Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.272Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.273Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.273Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.274Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.274Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.275Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.275Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.277Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.278Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.278Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.279Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.279Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.280Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.280Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.281Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.281Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.282Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.282Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.284Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.285Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.285Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.286Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.286Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.287Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.287Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.288Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.288Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.289Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.289Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.291Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.293Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.293Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.294Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.294Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.295Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.295Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.296Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.296Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.299Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.299Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.300Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.301Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.302Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.303Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.304Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.305Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.306Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.308Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.309Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.309Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.310Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.310Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.311Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.311Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.312Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.312Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.313Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.313Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.315Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.316Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.316Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.317Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.317Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.318Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.318Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.319Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.319Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.320Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.320Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.321Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.321Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.322Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.323Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.324Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.324Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.325Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.325Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.334Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.334Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.335Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.335Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.336Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.336Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.338Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.340Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.340Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.341Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.341Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.342Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.342Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.343Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.343Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.344Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.344Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.345Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.345Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.346Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.347Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.347Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.348Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.348Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.349Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.349Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.350Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.350Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.351Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.351Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.354Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.355Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.356Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.356Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.357Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.358Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.359Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.360Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.363Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.364Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.364Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.365Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.365Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.366Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.366Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.367Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.367Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.368Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.368Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.370Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.371Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.371Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.372Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.372Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.373Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.373Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.374Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.374Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.375Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.375Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.377Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.378Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.378Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.379Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.379Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.380Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.380Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.381Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.381Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.382Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.382Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.384Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.385Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.385Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.386Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.386Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.387Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.387Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.388Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.388Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.389Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.389Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.391Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.392Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.392Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.393Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.393Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.394Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.394Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.395Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.395Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.396Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.396Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.399Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.400Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.400Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.401Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.402Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.403Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.404Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.405Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.407Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.407Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.408Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.409Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.409Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.410Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.410Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.411Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.411Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.412Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.412Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.413Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.413Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.414Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.414Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.415Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.416Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.416Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.417Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.417Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.418Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.418Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.419Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.419Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.420Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.420Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.422Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.423Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.423Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.424Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.424Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.425Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.425Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.426Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.426Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.427Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.427Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.429Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.430Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.430Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.431Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.431Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.432Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.432Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.433Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.433Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.434Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.434Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.436Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.437Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.437Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.438Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.438Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.439Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.439Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.440Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.440Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.441Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.441Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.444Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.445Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.446Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.447Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.448Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.448Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.449Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.450Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.452Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.453Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.453Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.454Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.454Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.455Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.455Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.456Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.456Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.457Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.457Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.459Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.461Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.461Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.462Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.463Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.463Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.464Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.464Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.466Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.468Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.468Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.469Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.469Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.470Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.470Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.471Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.471Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.473Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.475Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.475Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.476Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.476Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.477Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.477Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.478Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.478Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.480Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.482Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.482Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.483Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.483Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.484Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.485Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.485Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=?
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:21:49.510Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.510Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.511Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.512Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.513Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.514Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.515Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.515Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.516Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.517Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.519Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.520Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.520Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.521Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.521Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.522Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.522Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.523Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.523Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.524Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.524Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.526Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.527Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.527Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.528Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.528Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.529Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.529Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.530Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.530Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.531Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.531Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.533Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.535Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.535Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.536Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.537Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.537Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.538Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.538Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.540Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.542Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.542Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.543Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.543Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.544Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.545Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.545Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.547Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.548Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.548Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.549Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.549Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.550Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.550Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.551Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.551Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.552Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.552Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.553Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.553Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.556Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.557Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.558Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.558Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.559Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.560Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.561Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.562Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.563Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.565Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.566Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.566Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.567Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.567Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.568Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.568Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.569Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.569Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.570Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.570Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.571Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.571Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.573Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.574Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.574Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.575Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.575Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.576Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.576Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.577Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.577Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.578Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.578Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.580Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.581Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.581Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.582Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.582Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.583Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.583Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.584Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.584Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.585Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.585Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.587Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.588Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.588Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.589Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.589Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.598Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.598Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.599Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.599Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.600Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.600Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.601Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.602Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.603Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.603Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.604Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.604Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.605Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.605Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.606Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.606Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.607Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.607Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.610Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.611Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.612Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.613Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.613Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.614Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.615Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.616Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.618Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.619Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.619Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.620Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.620Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.621Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.621Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.622Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.622Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.623Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.623Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.625Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.626Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.626Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.627Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.627Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.628Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.628Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.629Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.629Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.630Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.630Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.632Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.634Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.634Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.635Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.635Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.636Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.636Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.637Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.637Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.639Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.641Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.641Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.642Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.642Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.643Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.644Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.644Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.646Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.648Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.648Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.649Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.649Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.650Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.650Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.651Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.651Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.654Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.654Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.655Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.656Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.657Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.658Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.659Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.659Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.660Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.661Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.663Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.664Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.664Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.665Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.665Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.666Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.666Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.667Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.667Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.668Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.668Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.670Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.671Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.671Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.672Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.672Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.673Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.673Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.674Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.674Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.675Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.675Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.677Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.678Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.678Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.679Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.679Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.680Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.680Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.681Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.681Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.682Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.682Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.684Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.685Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.685Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.686Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.686Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.687Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.687Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.688Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.688Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.689Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.689Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.691Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.693Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.693Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.694Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.695Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.695Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.696Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.696Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.699Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.701Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.702Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.703Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.704Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.705Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.705Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.706Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.708Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.709Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.709Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.710Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.710Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.711Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.711Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.712Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.712Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.713Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.713Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.715Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.716Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.716Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.717Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.717Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.718Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.718Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.719Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.719Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.720Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.720Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.722Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.723Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.723Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.724Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.724Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.725Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.725Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.726Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.726Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.727Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.727Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.729Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.730Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.730Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.731Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.731Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.732Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.732Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.733Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.733Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.734Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.734Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.736Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.738Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.738Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.739Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.739Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.740Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.740Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.741Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.741Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=?
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.761Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.764Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.765Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.766Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.767Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.768Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.768Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.769Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.771Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.772Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.772Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.773Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.773Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.774Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.774Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.775Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.775Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.776Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.776Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.778Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.779Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.779Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.780Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.780Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.781Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.781Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.782Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.782Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.783Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.783Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.785Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.786Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.786Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.787Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.787Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.788Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.788Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.789Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.789Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.790Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.790Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.792Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.793Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.793Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.794Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.794Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.795Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.795Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.796Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.796Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.797Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.797Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.799Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.800Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.800Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.801Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.801Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.802Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.802Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.803Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.803Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.804Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.804Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.807Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.808Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.810Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.811Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.812Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.813Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.816Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.817Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.817Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.818Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.818Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.819Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.819Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.820Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.820Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.821Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.821Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.823Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.824Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.824Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.825Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.825Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.826Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.826Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.827Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.827Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.828Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.828Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.830Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.831Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.831Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.832Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.832Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.833Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.833Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.834Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.834Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.835Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.835Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.837Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.838Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.838Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.839Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.839Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.840Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.840Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.841Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.841Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.842Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.842Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.844Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.845Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.845Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.853Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.853Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.854Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.854Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.855Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.855Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.856Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.856Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.859Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.860Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.861Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.861Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.862Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.863Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.864Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.865Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.867Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.869Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.869Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.870Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.871Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.871Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.872Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.872Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.874Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.876Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.876Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.877Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.878Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.878Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.879Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.879Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.881Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.883Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.883Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.884Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.884Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.885Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.885Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.886Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.886Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.887Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.887Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.889Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.890Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.890Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.891Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.891Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.892Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.892Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.893Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.893Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.894Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.894Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.896Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.897Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.897Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.898Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.898Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.899Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.899Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.900Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.900Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.901Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.901Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.904Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.905Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.906Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.907Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.908Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.908Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.909Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.910Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.912Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.913Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.913Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.914Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.914Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.915Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.915Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.916Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.916Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.917Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.917Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.919Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.921Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.922Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.922Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.923Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.923Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.924Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.924Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.925Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.927Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.928Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.928Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.929Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.929Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.930Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.930Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.931Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.931Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.932Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.932Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.934Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.935Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.935Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.936Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.936Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.937Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.937Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.938Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.938Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.939Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.939Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.941Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.942Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.942Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.943Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.943Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.944Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.944Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.945Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.945Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.946Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.946Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.949Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.950Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.951Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.952Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.952Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.953Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.954Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.955Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.957Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.959Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.959Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.960Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.961Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.961Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.963Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.963Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.965Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.967Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.967Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.968Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.968Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.969Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.969Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.970Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.970Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.971Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.971Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.973Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.974Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.974Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.975Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.975Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.976Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.976Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.977Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.977Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.978Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.978Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.980Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.981Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.981Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.982Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.982Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.983Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.983Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.984Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.984Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.985Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.985Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.987Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.988Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.988Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.989Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.989Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.990Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.990Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.991Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.991Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:49.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:49.992Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:49.992Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=?
Hibernate: delete from adoption_entity ae1_0
Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity'
Hibernate: delete from pet_entity pe1_0
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.010Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.012Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.013Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.014Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.015Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.016Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.017Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.019Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.020Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.020Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.021Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.021Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.022Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.022Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.023Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.023Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.024Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.024Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.026Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.027Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.027Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.028Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.028Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.029Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.029Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.030Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.030Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.031Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.031Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.033Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.034Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.034Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.035Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.035Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.036Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.036Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.037Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.037Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.038Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.038Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.040Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.041Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.041Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.042Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.042Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.043Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.043Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.044Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.044Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.045Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.045Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.047Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.049Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.049Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.050Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.050Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.051Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.051Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.052Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.055Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.055Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.056Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.056Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.057Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.058Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.059Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.060Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.061Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.061Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.062Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.064Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.065Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.065Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.066Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.066Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.067Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.067Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.068Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.068Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.069Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.069Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.071Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.072Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.072Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.073Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.073Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.074Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.074Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.075Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.075Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.076Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.076Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.078Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.079Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.079Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.080Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.080Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.081Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.081Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.082Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.082Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.083Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.083Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.085Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.086Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.086Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.087Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.087Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.088Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.088Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.089Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.089Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.090Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.090Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.092Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.094Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.094Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.095Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.095Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.096Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.096Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.097Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.097Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.100Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.107Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.107Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.108Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.109Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.110Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.111Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.112Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.114Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.114Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.115Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.116Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.116Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.117Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.117Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.118Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.118Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.119Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.119Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.120Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.120Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.121Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.122Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.123Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.123Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.124Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.124Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.125Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.125Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.126Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.126Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.127Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.127Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.128Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.129Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.130Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.130Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.131Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.131Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.132Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.132Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.133Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.133Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.134Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.134Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.136Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.137Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.137Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.138Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.138Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.139Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.139Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.140Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.140Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.141Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.141Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.143Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.144Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.144Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.145Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.145Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.146Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.146Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.147Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.147Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.148Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.148Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.151Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.152Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.153Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.154Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.155Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.155Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.156Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.157Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.159Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.160Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.160Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.161Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.161Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.163Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.163Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.164Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.164Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.165Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.165Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.167Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.168Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.168Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.169Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.169Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.170Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.170Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.171Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.171Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.172Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.172Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.174Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.175Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.175Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.176Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.176Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.177Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.177Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.178Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.178Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.179Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.179Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.181Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.182Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.182Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.183Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.183Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.184Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.184Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.185Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.185Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.186Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.186Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.188Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.189Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.189Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.190Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.190Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.191Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.191Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.192Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.192Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.193Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.193Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.196Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.197Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.198Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.198Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.199Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.200Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.201Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.202Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.204Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.205Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.205Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.206Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.206Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.207Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.207Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.208Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.208Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.209Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.211Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.211Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.212Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.213Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.213Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.214Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.214Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.215Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.215Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.216Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.216Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.217Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.217Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.218Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.218Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.219Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.220Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.220Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.221Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.221Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.222Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.222Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.223Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.223Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.224Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.224Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.225Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.225Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.226Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.227Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.227Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.228Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.228Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.229Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.229Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.230Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.230Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.231Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.231Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.232Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.233Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.234Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.234Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.235Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.235Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.236Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.236Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.237Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.237Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-19T02:21:50.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-19T02:21:50.238Z  WARN 71 --- [           main] uk.co.jemos.podam.api.PodamFactoryImpl   : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-19T02:21:50.238Z  WARN 71 --- [           main] u.c.jemos.podam.api.NullExternalFactory  : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
Hibernate: select ae1_0.id,ae1_0.adopter_id,ae1_0.adoption_date,ae1_0.follow_up_id,ae1_0.pet_id,ae1_0.return_pet_id,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0
Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=?
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:50.289Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Starting ShelterServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:50.289Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:50.347Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:50.366Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:50.377Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:50.386Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d8869d31-1064-419d-9f5e-d1b10684743a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:50.401Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:50.403Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:50.409Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:50.410Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:50.411Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@43d45439']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:50.497Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:50.520Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:50.628Z  INFO 71 --- [           main] c.e.u.m.p.services.ShelterServiceTest    : Started ShelterServiceTest in 0.36 seconds (process running for 38.749)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.642Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 2
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.655Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 999
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.664Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 8
2026-05-19T02:21:50.665Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : End delete shelter process with id: 8
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.674Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.688Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 14
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
2026-05-19T02:21:50.693Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : End update shelter with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.703Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.713Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter delete with the id: 20
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.722Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 999
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.731Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-19T02:21:50.744Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.ShelterService   : Start update shelter with id: 30
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=?
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-05-19T02:21:50.752Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetServiceTest]: PetServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:50.760Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:50.775Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Starting PetServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:50.775Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:50.832Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:50.850Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:50.861Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:50.869Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:6d0613a0-8cb4-44ae-a3ae-87ce64756ef8;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:50.883Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:50.885Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:50.891Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:50.893Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:50.893Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3a0e035c']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:50.980Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:51.001Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:51.104Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.PetServiceTest   : Started PetServiceTest in 0.342 seconds (process running for 39.225)
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-05-19T02:21:51.134Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MediaFileTest]: MediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:51.138Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MediaFileTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:51.152Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Starting MediaFileTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:51.152Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:51.205Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:51.223Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:51.234Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:51.242Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:a379f84c-f829-4bec-b2f3-2e7c05e43ac4;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:51.256Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:51.257Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:51.263Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:51.264Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:51.265Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4f635341']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:51.345Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:51.367Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:51.467Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MediaFileTest    : Started MediaFileTest in 0.327 seconds (process running for 39.589)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.477Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
2026-05-19T02:21:51.478Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Proceso de borrado terminado
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.485Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-19T02:21:51.485Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Termina proceso de actualización de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.493Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.500Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-19T02:21:51.500Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Termina proceso de actualización de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.507Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
2026-05-19T02:21:51.508Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Termina proceso de actualización de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.514Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.521Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : inicia proceso de borrar archivo
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.530Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de actualización de archivo
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.537Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
Hibernate: delete from media_file_entity mfe1_0
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-19T02:21:51.544Z  INFO 71 --- [           main] c.e.u.m.pets.services.MediaFileService   : Inicia proceso de creacion de archivo
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in co.edu.udistrital.mdp.pets.services.MediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:51.566Z  INFO 71 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Starting VeterinaryServiceTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:51.567Z  INFO 71 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:51.621Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:51.638Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:51.649Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:51.657Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:4e441fd5-3635-4074-aa73-a60c65b11ecb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:51.671Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:51.673Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:51.681Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:51.682Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:51.682Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@11273bff']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:51.759Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:51.779Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:51.873Z  INFO 71 --- [           main] c.e.u.m.p.s.VeterinaryServiceTest        : Started VeterinaryServiceTest in 0.318 seconds (process running for 39.994)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-05-19T02:21:52.065Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MessageTest]: MessageTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:52.069Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MessageTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:52.083Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Starting MessageTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:52.083Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageTest      : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:52.140Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:52.156Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:52.166Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:52.174Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:d477069b-99d5-4e02-8b48-c80a19a58706;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:52.187Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:52.189Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:52.195Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:52.196Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:52.196Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3489e69']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:52.272Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:52.292Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:52.384Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageTest      : Started MessageTest in 0.313 seconds (process running for 40.505)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:21:52.396Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message creation...
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:21:52.406Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 5
2026-05-19T02:21:52.406Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : End update message with the id: 5
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:21:52.415Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Starts update message with id: 999
Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=?
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:21:52.424Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 12
2026-05-19T02:21:52.425Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : End delete message process with id: 12
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default)
2026-05-19T02:21:52.432Z  INFO 71 --- [           main] c.e.u.mdp.pets.services.MessageService   : Start message delete with the id: 999
Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=?
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-05-19T02:21:52.437Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.VaccinationRecordTest]: VaccinationRecordTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:52.441Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.VaccinationRecordTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.5.10)

2026-05-19T02:21:52.454Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Starting VaccinationRecordTest using Java 21.0.4 with PID 71 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-19T02:21:52.454Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : No active profile set, falling back to 1 default profile: "default"
2026-05-19T02:21:52.507Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-19T02:21:52.523Z  INFO 71 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 16 JPA repository interfaces.
2026-05-19T02:21:52.533Z  INFO 71 --- [           main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-19T02:21:52.541Z  INFO 71 --- [           main] o.s.j.d.e.EmbeddedDatabaseFactory        : Starting embedded database: url='jdbc:h2:mem:c921ef83-c578-4d94-a492-14820110b7a7;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-19T02:21:52.554Z  INFO 71 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-19T02:21:52.555Z  INFO 71 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-05-19T02:21:52.561Z  INFO 71 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-19T02:21:52.562Z  WARN 71 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-19T02:21:52.563Z  INFO 71 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1dcad125']
	Database driver: undefined/unknown
	Database version: 2.3.232
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-05-19T02:21:52.635Z  INFO 71 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade 
Hibernate: drop table if exists background_entity cascade 
Hibernate: drop table if exists client_entity cascade 
Hibernate: drop table if exists follow_up_entity cascade 
Hibernate: drop table if exists media_file_entity cascade 
Hibernate: drop table if exists medical_event_entity cascade 
Hibernate: drop table if exists message_entity cascade 
Hibernate: drop table if exists notification_entity cascade 
Hibernate: drop table if exists pet_entity cascade 
Hibernate: drop table if exists return_pet_entity cascade 
Hibernate: drop table if exists shelter_entity cascade 
Hibernate: drop table if exists shelter_event_entity cascade 
Hibernate: drop table if exists vaccination_record_entity cascade 
Hibernate: drop table if exists veterinary_entity cascade 
Hibernate: drop table if exists vet_visit_entity cascade 
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-19T02:21:52.655Z  INFO 71 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-19T02:21:52.746Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordTest        : Started VaccinationRecordTest in 0.303 seconds (process running for 40.868)
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.758Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=?
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.769Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
2026-05-19T02:21:52.770Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Proceso de borrado terminado
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.779Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.789Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.797Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : inicia proceso de borrar registro de vacunacion
Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=?
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.807Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.817Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-19T02:21:52.818Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Termina proceso de actualización del registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.827Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.835Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de actualizacion del registro de vacunacion
2026-05-19T02:21:52.835Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Termina proceso de actualización del registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-05-19T02:21:52.872Z  INFO 71 --- [           main] c.e.u.m.p.s.VaccinationRecordService     : Inicia proceso de creacion de registro de vacunacion 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-05-19T02:21:52.876Z  INFO 71 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientControllerTest]: ClientControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-19T02:21:52.878Z  INFO 71 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientControllerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in co.edu.udistrital.mdp.pets.services.ClientControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  42.991 s
[INFO] Finished at: 2026-05-19T02:21:53Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 ca088dbd46a7b195c370dd7281664c942e05a84a845aa6bc0254a97ea1d47267
$ docker rm -f --volumes ca088dbd46a7b195c370dd7281664c942e05a84a845aa6bc0254a97ea1d47267
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static Analysis)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave2 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top 0e5b58ff752d2f8fc7d5b2ab9bfc551f0073ca9971256123f7f21646b5abfc3d -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Progress (1): 3.3 kB
Progress (1): 7.9 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
Progress (2): 21 kB | 4.6 kB
Progress (2): 21 kB | 9.7 kB
Progress (2): 21 kB | 14 kB 
                           
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 24 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml
Progress (1): 1.4 kB
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.4 kB at 3.2 kB/s)
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation
[INFO] 
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E3_Back ---
[WARNING] 02:21:59.692 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'.
[INFO] 02:21:59.701 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 02:21:59.701 Linux 6.17.0-23-generic (amd64)
[INFO] 02:21:59.735 User cache: /root/.sonar/cache
[ERROR] 02:22:29.758 SonarQube server [http://10.20.84.26:8082/sonar] can not be reached
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.531 s
[INFO] Finished at: 2026-05-19T02:22:29Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar (default-cli) on project MP_202610_G81_E3_Back: Unable to execute SonarScanner analysis: Fail to get bootstrap index from server: Connect timed out -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[Pipeline] }
$ docker stop --time=1 0e5b58ff752d2f8fc7d5b2ab9bfc551f0073ca9971256123f7f21646b5abfc3d
$ docker rm -f --volumes 0e5b58ff752d2f8fc7d5b2ab9bfc551f0073ca9971256123f7f21646b5abfc3d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] deleteDir
[Pipeline] dir
Running in /home/cecaduser/workspace/MP_202610_G81_E3_Back/MP_202610_G81_E3_Back@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE